home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / wordplay.exe / wordplay.DXR / 00015.ls < prev    next >
Encoding:
Text File  |  1996-06-05  |  336 b   |  15 lines

  1. on startMovie
  2.   global blackedout
  3.   if blackedout <> 1 then
  4.     if the machineType <> 256 then
  5.       initRearWindow()
  6.       coverDesktop(black)
  7.       set blackedout to 1
  8.     end if
  9.   end if
  10.   set errormesage to "Switch your monitor to 256 colours for optimal playback."
  11.   if the colorDepth <> 8 then
  12.     alert(errormesage)
  13.   end if
  14. end
  15.